home *** CD-ROM | disk | FTP | other *** search
- Path: news.mindspring.com!usenet
- From: mroot@atl.mindspring.com (Danette & Murray Root)
- Newsgroups: comp.lang.ada,comp.lang.c,comp.lang.c++,comp.edu
- Subject: Re: ANSI C and POSIX (was Re: C/C++ knocks the crap out of Ada)
- Date: Sun, 21 Apr 1996 07:28:34 GMT
- Organization: MindSpring Enterprises
- Message-ID: <4lco1i$24i0@mule1.mindspring.com>
- References: <4kk9e1$he1@nntp.Stanford.EDU> <dewar.829276268@schonberg> <01bb2ed2.425fb900$65c2b7c7@Zany.localhost>
- Reply-To: mroot@atl.mindspring.com
- NNTP-Posting-Host: user-168-121-127-88.dialup.mindspring.com
- X-Newsreader: Forte Free Agent 1.0.82
-
- on 20 Apr 1996 15:55:36 GMT, Bradd W. Szonye <bradds@ix.netcom.com> wrote:
-
-
- =>encourage the code that works under all circumstances. Consider:
-
- =>for (size_t i = 0; i < 10; i++) do_stuff();
-
- =>versus
-
- =>for (size_t i = 0; i != 10; i++) do_stuff();
-
- while the gist of your diatribe made sense, this was silly.
- Any 'programmer/software engineer/title of your choice' who can't tell the
- difference between 'not equal' and 'is less than' is a moron, and deserves
- his fate.
-
-
-